home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / CERTRQUS.AS_ / certrqus.asp
Encoding:
Text File  |  2003-02-21  |  2.4 KB  |  55 lines

  1. ∩╗┐<%@ CODEPAGE=65001 'UTF-8%>
  2. <%' certrqus.asp - (CERT)srv web - (R)e(Q)uest, show (US)er types
  3.   ' Copyright (C) Microsoft Corporation, 1998 - 1999 %>
  4. <!-- #include FILE=certsbrt.inc -->
  5. <!-- #include FILE=certdat.inc -->
  6. <!-- #include FILE=certrqtp.inc -->
  7. <HTML>
  8. <Head>
  9.     <Meta HTTP-Equiv="Content-Type" Content="text/html; charset=UTF-8">
  10.     <Title>Microsoft Certificate Services</Title>
  11. </Head>
  12. <Body BgColor=#FFFFFF Link=#0000FF VLink=#0000FF ALink=#0000FF><Font ID=locPageFont Face="Arial">
  13.  
  14. <Table Border=0 CellSpacing=0 CellPadding=4 Width=100% BgColor=#008080>
  15. <TR>
  16.     <TD><Font Color=#FFFFFF><LocID ID=locMSCertSrv><Font Face="Arial" Size=-1><B><I>Microsoft</I></B> Certificate Services  --  <%=sServerDisplayName%>  </Font></LocID></Font></TD>
  17.     <TD ID=locHomeAlign Align=Right><A Href="/certsrv"><Font Color=#FFFFFF><LocID ID=locHomeLink><Font Face="Arial" Size=-1><B>Home</B></Font></LocID></Font></A></TD>
  18. </TR>
  19. </Table>
  20.  
  21. <P ID=locPageTitle> <B> Request a Certificate </B>
  22. <!-- Green HR --><Table Border=0 CellSpacing=0 CellPadding=0 Width=100%><TR><TD BgColor=#008080><Img Src="certspc.gif" Alt="" Height=2 Width=1></TD></TR></Table>
  23.  
  24. <P ID=locInstructions> Select the certificate type:
  25.  
  26.     <Table Border=0 CellPadding=0 CellSpacing=0>
  27.     <% 'options are the user cert types in the AvailReqType array
  28.         Dim nIndex
  29.         For nIndex=0 To nAvailReqTypes-1
  30.     %>
  31.     <TR><TD ID=locSpc2 Colspan=2><Img Src="certspc.gif" Alt="" Height=3 Width=1></TD></TR>
  32.     <TR>
  33.         <TD ID=locSpc1><Img Src="certspc.gif" Alt="" Height=1 Width=20></TD>
  34.         <TD><Font Face="Arial"><A Href="certrqbi.asp?type=<%=nIndex%>"><%=rgAvailReqTypes(nIndex, FIELD_FRIENDLYNAME)%></A></Font></TD>
  35.     </TR>
  36.     <%
  37.         Next
  38.     %>
  39.     </Table>
  40. </P>
  41. <P ID=locAdvReqLabel><Font Face="Arial">Or, submit an <%If "IE"=sBrowser Then%><A Href="certrqad.asp"><% Else %><A Href="certrqxt.asp"><%End If%><LocID ID=locAdvReqLabelContd>advanced certificate request</A>.</LocID</Font>
  42. </P>
  43.  
  44. <!-- Green HR --><Table Border=0 CellSpacing=0 CellPadding=0 Width=100%><TR><TD BgColor=#008080><Img Src="certspc.gif" Alt="" Height=2 Width=1></TD></TR></Table>
  45. <!-- White HR --><Table Border=0 CellSpacing=0 CellPadding=0 Width=100%><TR><TD BgColor=#FFFFFF><Img Src="certspc.gif" Alt="" Height=5 Width=1></TD></TR></Table>
  46.  
  47. </Font>
  48.  
  49. <!-- ############################################################ -->
  50. <!-- End of standard text. Scripts follow  -->
  51.     
  52. <!-- no scripts -->    
  53.  
  54. </Body>
  55. </HTML>